home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_702 / frame_32 / PlaceObject2_672_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2005-08-12  |  847b  |  34 lines

  1. onClipEvent(enterFrame){
  2.    time++;
  3.    if(time == 5)
  4.    {
  5.       _parent._parent.gotoAndStop("down");
  6.       _parent._parent.faceD.mouth.gotoAndStop("open2");
  7.    }
  8.    else if(time == 10)
  9.    {
  10.       _parent._parent.faceD.eyelid.gotoAndStop("shut2");
  11.    }
  12.    else if(time == 15)
  13.    {
  14.       _parent._parent.gotoAndStop("R");
  15.       _parent._parent.faceR.mouth.gotoAndStop("open2");
  16.       _root.main.fr.body0.arms.handMove("c3");
  17.       _root.main.fr.legsOp.legOp.legMove2(15,0,1,1);
  18.    }
  19.    else if(time == 16)
  20.    {
  21.       _parent._parent.changePo("po2");
  22.    }
  23.    else if(time == 35)
  24.    {
  25.       _parent._parent.faceR.mouth.gotoAndStop(1);
  26.    }
  27.    else if(time == 70)
  28.    {
  29.       _parent._parent.faceR.eyelid.gotoAndStop("mepachi1");
  30.       _parent._parent.faceR.eyeballs.gotoAndStop(1);
  31.       _parent.gotoAndStop(1);
  32.    }
  33. }
  34.